type github.com/andybalholm/brotli.zopfliCostModel
14 uses
github.com/andybalholm/brotli (current package)
backward_references_hq.go#L63: type zopfliCostModel struct {
backward_references_hq.go#L72: func initZopfliCostModel(self *zopfliCostModel, dist *distanceParams, num_bytes uint) {
backward_references_hq.go#L84: func cleanupZopfliCostModel(self *zopfliCostModel) {
backward_references_hq.go#L126: func zopfliCostModelSetFromCommands(self *zopfliCostModel, position uint, ringbuffer []byte, ringbuffer_mask uint, commands []command, last_insert_len uint) {
backward_references_hq.go#L181: func zopfliCostModelSetFromLiteralCosts(self *zopfliCostModel, position uint, ringbuffer []byte, ringbuffer_mask uint) {
backward_references_hq.go#L207: func zopfliCostModelGetCommandCost(self *zopfliCostModel, cmdcode uint16) float32 {
backward_references_hq.go#L211: func zopfliCostModelGetDistanceCost(self *zopfliCostModel, distcode uint) float32 {
backward_references_hq.go#L215: func zopfliCostModelGetLiteralCosts(self *zopfliCostModel, from uint, to uint) float32 {
backward_references_hq.go#L219: func zopfliCostModelGetMinCostCmd(self *zopfliCostModel) float32 {
backward_references_hq.go#L358: func evaluateNode(block_start uint, pos uint, max_backward_limit uint, gap uint, starting_dist_cache []int, model *zopfliCostModel, queue *startPosQueue, nodes []zopfliNode) {
backward_references_hq.go#L373: func updateNodes(num_bytes uint, block_start uint, pos uint, ringbuffer []byte, ringbuffer_mask uint, params *encoderParams, max_backward_limit uint, starting_dist_cache []int, num_matches uint, matches []backwardMatch, model *zopfliCostModel, queue *startPosQueue, nodes []zopfliNode) uint {
backward_references_hq.go#L573: func zopfliIterate(num_bytes uint, position uint, ringbuffer []byte, ringbuffer_mask uint, params *encoderParams, gap uint, dist_cache []int, model *zopfliCostModel, num_matches []uint32, matches []backwardMatch, nodes []zopfliNode) uint {
backward_references_hq.go#L627: var model zopfliCostModel
backward_references_hq.go#L708: var model zopfliCostModel
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |